Skip to content

Bumped Rust toolchain version #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

alupest
Copy link

@alupest alupest commented May 2, 2025

No description provided.

@alupest
Copy link
Author

alupest commented May 2, 2025

This PR aims to address #59

@alupest
Copy link
Author

alupest commented May 2, 2025

@0xNeshi Please review this PR and let me know if any changes are required

Copy link
Collaborator

@0xNeshi 0xNeshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR, left a couple of comments

@@ -35,7 +35,7 @@ jobs:
# Check out `rustfmt.toml` to see which ones.
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
toolchain: stable
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert changes to check.yml, we use nightly here for advanced features

@@ -1,6 +1,6 @@
[toolchain]
# We should use stable here once nitro-testnode is updated and the contracts fit
# the size limit (issue <https://github.com/OpenZeppelin/rust-contracts-stylus/issues/129>).
channel = "nightly-2024-09-05"
channel = "stable"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
channel = "stable"
channel = "1.83.0"

this is what Stylus SDK uses

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants